Use CRPEJob::SetGraphTextInfo to set or change the text that appears with a chart. A chart can have a title, subtitle, footnote, title for groups, title for series, title for the X axis, title for the Y axis, and title for the Z axis (in 3D graphs).
BOOL SetGraphTextInfo (
short sectionN,
short graphN,
WORD titleType,
LPCSTR title );
Specifies the section of the report containing the chart for which you want to set the text information. | |
Specifies for which chart within the section you want to set the text information. This value is 0 | |
Specifies the title type. Use one of the PEP_GTT_XXX Graph Title Type Constants. | |
Specifies a pointer to the CString object containing the title text. |
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |